-
Notifications
You must be signed in to change notification settings - Fork 5
fix(deps): update all dependencies #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+340
−360
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ae2f9d0
to
f4729ce
Compare
2a584e8
to
e1cc4f9
Compare
1417d8f
to
b67b277
Compare
b67b277
to
e16a873
Compare
7e4ad27
to
e16a873
Compare
0bc2011
to
23283dd
Compare
2237415
to
9c2a29e
Compare
b93853f
to
ffc5fff
Compare
|
a17f5e9
to
2fb42e8
Compare
2fb42e8
to
b368dc0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.0.1
->^8.0.0
^2.6.1
->^3.0.0
8.46.1
->8.46.2
8.46.1
->8.46.2
0.25.10
->0.25.11
9.37.0
->9.38.0
v0.25.10
->v0.25.11
v4.30.8
->v4.30.9
16.2.4
->16.2.5
v0.9.1
->v0.9.2
Release Notes
ChainSafe/js-libp2p-yamux (@chainsafe/libp2p-yamux)
v8.0.1
Compare Source
Bug Fixes
v8.0.0
Compare Source
⚠ BREAKING CHANGES
[email protected]
, it cannot be used with earlier versionsFeatures
libp2p/js-libp2p (@libp2p/interface)
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.46.2
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.46.2
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
evanw/esbuild (esbuild)
v0.25.11
Compare Source
Add support for
with { type: 'bytes' }
imports (#4292)The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing
binary
loader. Here's an example:Lower CSS media query range syntax (#3748, #4293)
With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using
min-
/max-
prefixes for older browsers. For example, the following CSS:will be transformed like this with a target such as
--target=chrome100
(or more specifically with--supported:media-range=false
if desired):eslint/eslint (eslint)
v9.38.0
Compare Source
Features
ce40f74
feat: updatecomplexity
rule to only highlight function header (#20048) (Atul Nair)e37e590
feat: correctno-loss-of-precision
false positives withe
notation (#20187) (Francesco Trotta)Bug Fixes
50c3dfd
fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3
fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675a
docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65
docs: correct formatting inno-irregular-whitespace
rule documentation (#20203) (루밀LuMir)b39e71a
docs: Update README (GitHub Actions Bot)cd39983
docs: movecustom-formatters
type descriptions tonodejs-api
(#20190) (Percy Ma)Chores
d17c795
chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33
chore: package.json update for @eslint/js release (Jenkins)c82b5ef
refactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609
ci: add Node.js 25 toci.yml
(#20220) (루밀LuMir)004577e
ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fb
test: remove use ofnodejsScope
option of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18
chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2
chore: fix typos (#20200) (ntnyq)dbb200e
chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089
chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)github/codeql-action (github/codeql-action)
v4.30.9
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.30.9 - 17 Oct 2025
setup-codeql
action has been added which is similar toinit
, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204See the full CHANGELOG.md for more information.
lint-staged/lint-staged (lint-staged)
v16.2.5
Compare Source
Patch Changes
9e02d9d
Thanks @iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.mvdan/gofumpt (mvdan.cc/gofumpt)
v0.9.2
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.